From 7f260595b2eda9fdf3029cc60ee0309c83611b2d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 May 2008 16:34:38 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=20117 --- docs/reference/ChangeLog | 8 ++++++++ docs/reference/gtk/migrating-GtkAction.sgml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 27739e20d9..e4367f9d08 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +2008-05-20 Matthias Clasen + + Bug 533761 - gdk_accelerator_parse() does not exist, should be + gtk_accelerator_parse() + + * gtk/migrating-GtkAction.sgml: Fix a typo. + Pointed out by Matthias Warkus + 2008-05-05 Matthias Clasen * docs/reference/gtk/Makefile.am: diff --git a/docs/reference/gtk/migrating-GtkAction.sgml b/docs/reference/gtk/migrating-GtkAction.sgml index 81054f271f..14f07e095b 100644 --- a/docs/reference/gtk/migrating-GtkAction.sgml +++ b/docs/reference/gtk/migrating-GtkAction.sgml @@ -256,7 +256,7 @@ static GnomeUIInfo menubar[] = { the previous example. Note that the toggle and radio entries are separate from normal actions. Also, note that #GtkActionEntry - structures take key names in the format of gdk_accelerator_parse() + structures take key names in the format of gtk_accelerator_parse() rather than key values plus modifiers; you will have to convert these values by hand. For example, %GDK_F11 with no modifiers is equivalent to a key name of "F11". Likewise, "o" -- 2.30.2